Package-level declarations
Types
Link copied to clipboard
data class QuoteAnalystRatings(val targetHighPrice: Double? = null, val targetLowPrice: Double? = null, val targetMeanPrice: Double? = null, val targetMedianPrice: Double? = null, val recommendationMean: Double? = null, val recommendationKey: String? = null, val numberOfAnalystOpinions: Int? = null)
애널리스트 의견 정보
Link copied to clipboard
data class QuoteData(val identification: QuoteIdentification? = null, val pricing: QuotePricing? = null, val extendedHours: QuoteExtendedHours? = null, val fiftyTwoWeek: QuoteFiftyTwoWeek? = null, val movingAverages: QuoteMovingAverages? = null, val volumes: QuoteVolumes? = null, val marketCap: QuoteMarketCap? = null, val dividends: QuoteDividends? = null, val financialRatios: QuoteFinancialRatios? = null, val earnings: QuoteEarnings? = null, val revenue: QuoteRevenue? = null, val financialHealth: QuoteFinancialHealth? = null, val growthRates: QuoteGrowthRates? = null, val analystRatings: QuoteAnalystRatings? = null)
Quote API의 실시간 시장 데이터 및 주식 기본 정보
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class QuoteExtendedHours(val preMarketPrice: Double? = null, val preMarketChange: Double? = null, val preMarketChangePercent: Double? = null, val preMarketTime: Instant? = null, val postMarketPrice: Double? = null, val postMarketChange: Double? = null, val postMarketChangePercent: Double? = null, val postMarketTime: Instant? = null)
장전/장후 거래 정보
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
성장률 정보
Link copied to clipboard
data class QuoteIdentification(val symbol: String, val longName: String? = null, val shortName: String? = null, val exchange: String? = null, val timezoneName: String? = null, val timezoneShortName: String? = null, val quoteType: String? = null, val currency: String? = null, val market: String? = null)
주식의 기본 식별 정보
Link copied to clipboard
시가총액 및 발행주식수 정보
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class QuoteVolumes(val averageDailyVolume3Month: Long? = null, val averageDailyVolume10Day: Long? = null)
거래량 평균 정보